Fix the build with mingw.org's MinGW
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Jun 2024 16:12:38 +0000 (19:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Jun 2024 16:12:38 +0000 (19:12 +0300)
commit43c354a0004145c04bbc6adf0cfaa8c21403ad8c
tree6875e47161a6c30ef090fc7a7dc38909822ed1eb
parent3656a81850e5fddd429b5bd91d06987185ddd6d6
Fix the build with mingw.org's MinGW

The change in boot-time.c imported from Gnulib broke the
MinGW build using mingw.org's MinGW.  It is wrong to include
sysinfoapi.h, MS documentation says to include <windows.h>.
* lib/boot-time.c: Don't include sysinfoapi.h.
lib/boot-time.c